home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / insh2.test < prev    next >
Encoding:
Text File  |  1996-05-18  |  243 b   |  16 lines

  1. #! /bin/sh
  2.  
  3. # Test for bug where install-sh not included in distribution.
  4.  
  5. . $srcdir/defs || exit 1
  6.  
  7. cat > Makefile.am << 'END'
  8. pkgdata_DATA =
  9. magic:
  10.     @echo $(DISTFILES)
  11. END
  12.  
  13. $AUTOMAKE || exit 1
  14.  
  15. make -s -f Makefile.in magic | grep install-sh
  16.